home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  342 b   |  20 lines

  1. on exitFrame
  2.   global hand, nugim, self, mayu
  3.   if hand = 1 then
  4.     set self to self - 1
  5.   end if
  6.   if hand = 2 then
  7.     set nugim to nugim - 1
  8.     if mayu < 5 then
  9.       play frame "mmov"
  10.     else
  11.       play frame "mlmov"
  12.     end if
  13.   end if
  14.   if hand = 3 then
  15.     set the visible of sprite 26 to 1
  16.     go("mayu")
  17.   end if
  18.   go("mayu")
  19. end
  20.